builderparser: Order string comparisons after frequency
authorTimm Bäder <mail@baedert.org>
Mon, 31 Oct 2016 16:42:40 +0000 (17:42 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 31 Oct 2016 18:29:36 +0000 (19:29 +0100)
commit212f8a6c7be8795eb0d130cc1f02e770dc17fa1d
tree171a13d6f953a95ebf42d569cd870a909e858497
parent938598032cd210ccfd72a7ab0580d99fda5b8057
builderparser: Order string comparisons after frequency

The typical UI file has a lot more <property> tags than it has
<requested> or <interface> tags, etc. so order the string comparisons
according to this expected case.
gtk/gtkbuilderparser.c